Pro-Cloud API Web Service
Method/ProCloudWS.asmx/TranslateBarcodeToEin
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/TranslateBarcodeToEin (Method)
Description
This web method allows you to convert the legacy or GS1 barcode id that is passed into a Pro-Cloud asset id, which can then be used by other web methods.
Request (TranslateBarcodeToEinSoapIn)

The request body is of type TranslateBarcodeToEin.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string

This is the providers branch making the web service call (can be obtained via the ProviderBranchesGet web method)

Integer

xml:int

This is the type of id beeing passed to the web service call (can be obtained via the TranslateBarcodeTypesGet web method)

Integer

xml:int

This is the id of the asset

String (min 1 max 50)

xml:string
strScannedValue Element intScannedValueType Element intScannedAtProviderBranchId Element strPassword Element objProviderGUId Element Sequence TranslateBarcodeToEin Element

Overview

Response (TranslateBarcodeToEinSoapOut)

The response body is of type TranslateBarcodeToEinResponse.

Response Body Parameters

NameDescriptionData Type
 objTranslateBarcodeToEinReturn
strEin Element strErrorMsg Element intErrorId Element Sequence TranslateBarcodeToEinResult Element Sequence TranslateBarcodeToEinResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
strEin optional xs:string
Example
<?xml version="1.0" encoding="UTF-8"?>
<objTranslateBarcodeToEinReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<strEin>307-215</strEin>
</objTranslateBarcodeToEinReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service